home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 11
/
FM Towns Free Software Collection 11.iso
/
t_os
/
tool
/
artemis2
/
src
/
imgbtn.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS (detected)
UTF-8
Wrap
C/C++ Source or Header
|
1994-05-13
|
354 b
|
20 lines
#ifndef HEADER_IMGBTN
#define HEADER_IMGBTN
typedef struct {
unsigned int atr ;
FRAME fr ;
COLOR clr ;
unsigned char atrm ; /* ここまではハイパーに同じ. */
int (*func)() ;
} IMGBTN ;
int MMI_initImageBtn(void);
int IMGBTN_makePrototype(int *objId);
#ifndef MODULE_IMGBTN
extern int MJ_IMGBTN;
#endif
#endif HEADER_IMGBTN